ServiceDeleteItem Method (ItemId, SendMeetingInvitations) |
Deletes an item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Response DeleteItem(
ItemId itemId,
SendMeetingInvitations sendMeetingInvitations
)
Public Function DeleteItem (
itemId As ItemId,
sendMeetingInvitations As SendMeetingInvitations
) As Response
Parameters
- itemId
- Type: Independentsoft.ExchangeItemId
The ID of the item to delete. - sendMeetingInvitations
- Type: Independentsoft.ExchangeSendMeetingInvitations
Indicates whether cancellation messages should be sent.
Return Value
Type:
ResponseDeletion result.
See Also